home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Gloom_3 / Install_Gloom3 < prev    next >
Text File  |  1999-03-07  |  4KB  |  116 lines

  1. ; Installer script for DWaRFx
  2. ;
  3. ; By Gareth Murfin aka Gaz 97
  4. ;
  5. (procedure WAITX (set X 1) ( (while (< X 100)  (set X (+ X 1)) )  ) )
  6.  
  7. (working "\n\n\n\n\n\n\n\n\n\n\n\n\nGloom 3 Ze") (WAITX)
  8. (working "\n\n\n\n\n\n\n\n\n\n\n\nGloom 3 Ze") (WAITX)
  9. (working "\n\n\n\n\n\n\n\n\n\n\nGloom 3 Ze") (WAITX)
  10. (working "\n\n\n\n\n\n\n\n\n\nGloom 3 Ze") (WAITX)
  11. (working "\n\n\n\n\n\n\n\n\nGloom 3 Ze") (WAITX)
  12. (working "\n\n\n\n\n\n\n\nGloom 3 Ze") (WAITX)
  13. (working "\n\n\n\n\n\n\nGloom 3 Ze") (WAITX)
  14. (working "\n\n\n\n\n\nGloom 3 Ze") (WAITX)
  15. (working "\n\n\n\n\nGloom 3 Ze") (WAITX)
  16. (working "\n\n\n\nGloom 3 Ze") (WAITX)
  17. (working "\n\n\nGloom 3 Ze") (WAITX)
  18. (working "\n\nGloom 3 Ze") (WAITX)
  19. (working "\n\nGloom 3 Ze") (WAITX)
  20. (working "\nGloom 3 Ze") (WAITX)
  21. (working "\nGloom 3 Ze") (WAITX)
  22.  
  23. (working "\nGloom 3 Ze\n\n\n\n\n\n\n\n\n\n\n\nby") (WAITX)
  24. (working "\nGloom 3 Ze\n\n\n\n\n\n\n\n\n\n\nby") (WAITX)
  25. (working "\nGloom 3 Ze\n\n\n\n\n\n\n\n\n\nby") (WAITX)
  26. (working "\nGloom 3 Ze\n\n\n\n\n\n\n\n\nby") (WAITX)
  27. (working "\nGloom 3 Ze\n\n\n\n\n\n\n\nby") (WAITX)
  28. (working "\nGloom 3 Ze\n\n\n\n\n\n\nby") (WAITX)
  29. (working "\nGloom 3 Ze\n\n\n\n\n\nby") (WAITX)
  30. (working "\nGloom 3 Ze\n\n\n\n\nby") (WAITX)
  31. (working "\nGloom 3 Ze\n\n\n\nby") (WAITX)
  32. (working "\nGloom 3 Ze\n\n\nby") (WAITX)
  33. (working "\nGloom 3 Ze\n\n\nby") (WAITX)
  34.  
  35. (working "\nGloom 3 Ze\n\n\nby\n\n\n\n\n\n\n\n\nGareth Murfin") (WAITX)
  36. (working "\nGloom 3 Ze\n\n\nby\n\n\n\n\n\n\n\nGareth Murfin") (WAITX)
  37. (working "\nGloom 3 Ze\n\n\nby\n\n\n\n\n\n\nGareth Murfin") (WAITX)
  38. (working "\nGloom 3 Ze\n\n\nby\n\n\n\n\n\nGareth Murfin") (WAITX)
  39. (working "\nGloom 3 Ze\n\n\nby\n\n\n\n\nGareth Murfin") (WAITX)
  40. (working "\nGloom 3 Ze\n\n\nby\n\n\n\nGareth Murfin") (WAITX)
  41. (working "\nGloom 3 Ze\n\n\nby\n\n\nGareth Murfin") (WAITX)
  42.  
  43. (message "\n\n\nGloom 3 Ze\n\n\nby\n\n\nGareth Murfin") (WAITX)
  44.  
  45. (welcome)
  46.  
  47.  
  48. ; *** Introduction ***
  49. (complete 0)
  50.  
  51. (message
  52.   "\n\nWelcome to Gloom 3 Zombie Edition\nBy Gareth Murfin."
  53.   "\n\nThis installer will setup Gloom 3 so that"
  54.   "\nit is playable from the CD-ROM."
  55.   "\n\neMail.........................gazy@globalnet.co.uk"
  56.   "\nURL........http://www.users.globalnet.co.uk/~gazy/"
  57.   "\nIRC................SpryNet.US.GalaxyNet.Org #AmIRC"
  58. )
  59.  
  60. (complete 30)
  61.  
  62. ;(set #DEST1
  63. ;  (askdir
  64. ;    (prompt "Where do you want the Gloom 3 Config dir?")
  65. ;    (help (cat @askdir-help))
  66. ;    (default "SYS:")
  67. ;  )
  68. ;)
  69. ; *** Enter Path to copy DWaRFx files to ***
  70. (complete 10)
  71.  
  72. (set #DEST0
  73.   (askdir
  74.     (prompt "Select a path for the Gloom 3 Config files..")
  75.      (help    "Gloom 3 Must have a dir to save config files "
  76.                     "and save games to. If it doesnt have this "
  77.                     "the game wont work! So select somewhere "
  78.                     "where the files will be safe.")
  79.     (default "ENVARC:")
  80.  )
  81. )
  82.  
  83. ; *** Copy all DWaRF scripts to given path ***
  84. (complete 20)
  85.  
  86. (copyfiles (dest #DEST0) (source "sg"))
  87. (copyfiles (dest #DEST0) (source "sv"))
  88. (copyfiles (dest #DEST0) (source "c"))
  89. (copyfiles (dest #DEST0) (source "k"))
  90.  
  91. (startup   "--Gloom 3 Ze CD-ROM assigns--"
  92.  (help    "Gloom 3 Must have a dir to save config files "
  93.                     "and save games to. If it doesnt have this "
  94.                     "the game won't work! So select somewhere "
  95.                     "where the files will be safe.")
  96.            (command "assign Gloom3: \"" #DEST0 "\"\n"
  97.            )
  98.            (prompt  "Some commands need to be added to your "
  99.                     "user-startup."
  100.                     )
  101.                     )
  102.  
  103. ; *** Final Message ***
  104. (message
  105. "\n\n Gloom 3 Zombie Edition was installed successfully!"
  106. "\n Now simply play the game from the CD-ROM and make"
  107. "\n sure your config files are safe from deletion!"
  108. "\n\n**Visit the Gloom 3 Ze Official website today**"
  109. "\n URL......http://www.users.globalnet.co.uk/~gazy/"
  110. "\n Or chat to Gareth 'Gaz' Murfin via eMail or IRC,"
  111. "\n eMail.......................gazy@globalnet.co.uk"
  112. "\n IRC..............SpryNet.Us.GalaxyNet.Org #AmIRC"
  113. "\n\n Enjoy Gloom 3 Ze..."
  114. )
  115. (complete 100)
  116.